/* nav start */
.online-rights-protection_nav {
    display: flex;
    align-items: center;
    height: 28px;
}
 .online-rights-protection_nav .online-rights-protection_nav_left,
 .online-rights-protection_nav .online-rights-protection_nav_right {
     width: 24px;
     height: 24px;
}
 .online-rights-protection_nav .online-rights-protection_nav_left img,
 .online-rights-protection_nav .online-rights-protection_nav_right img{
     width: 24px;
     height: 24px;
     cursor: pointer;
 }
.online-rights-protection_nav .online-rights-protection_nav_content {
    flex: 1;
    margin: 0 16px;
    height: 28px;
    overflow: hidden;
}
.online-rights-protection_nav .online-rights-protection_nav_content .online-rights-protection_nav_wrap {
    display: flex;
    align-items: center;
    overflow-x: auto;
    overflow-y: hidden;
    height: 28px;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.online-rights-protection_nav .online-rights-protection_nav_content .online-rights-protection_nav_wrap .online-rights-protection_nav_item {
    margin-right: 9px;
    padding: 0 20px;
    height: 28px;
    border-radius: 14px;
    border: 1px solid transparent;
    background: #F7F8F8;
    color: #6D6D6D;
    font-size: 16px;
    line-height: 28px;
    cursor: pointer;
    white-space: nowrap;
}
.online-rights-protection_nav .online-rights-protection_nav_content .online-rights-protection_nav_wrap .active,
.online-rights-protection_nav .online-rights-protection_nav_content .online-rights-protection_nav_wrap .online-rights-protection_nav_item:hover {
    border: 1px solid #E2007C;
    background: rgba(227, 2, 120, 0.12);
    color: #ED1551;
    font-weight: 600;
}
.online-rights-protection_nav .online-rights-protection_nav_content .online-rights-protection_nav_wrap .online-rights-protection_nav_item:last-child {
    margin-right: 0;
}
/* nav end */

/* content start */
.online-rights-protection_content {
    margin-top: 20px;
    height: 268px;
    overflow-y: auto;
    scrollbar-width: none;
}

.content-mc .qa-content .online-rights-protection_content .qa-item:first-child {
    margin-top: 0;
}
/* content end */

/* action start */
.online-rights-protection_action {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    margin-top: 11px;
    padding-right: 23px;
    padding-bottom: 23px;
    height: 105px;
    background-image: url("../images/onlineRightsProtectionBg.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}
.online-rights-protection_action button:last-child {
    padding: 0 26px;
    background: linear-gradient(90deg, #E2007C 18.07%, #E30179 39.55%, #E5066F 55.83%, #E90E5F 70.41%, #EF1948 83.97%, #F7282B 96.73%, #F92C22 100%);
    height: 34px;
    line-height: 34px;
    border-radius: 17px;
    outline: none;
    border: 1px solid transparent;
    cursor: pointer;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
}
.online-rights-protection_action button:first-child {
    margin-right: 21.42px;
    padding: 0 26px;
    background: #FFFFFF;
    height: 34px;
    line-height: 34px;
    border-radius: 17px;
    outline: none;
    border: 1px solid #ED1551;
    cursor: pointer;
    color: #ED1551;
    font-size: 16px;
    font-weight: 600;
}
/* action end */

/* 隐藏滚动条 */
.online-rights-protection_nav .online-rights-protection_nav_content .online-rights-protection_nav_wrap::-webkit-scrollbar,
.online-rights-protection_content::-webkit-scrollbar {
    display: none;
}

/* modal start */
.online-rights-protection-modal {
    display: none;
}
.online-rights-protection-modal .online-rights-protection-modal-mask {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.50);
    z-index: 98;
}
.online-rights-protection-modal .online-rights-protection-modal-content {
    position: fixed;
    left: 50%;
    top: 50%;
    display: flex;
    flex-direction: column;
    height: calc(100vh - 184px);
    width: 490px;
    transform: translateX(-50%) translateY(-50%);
    padding: 18px 0;
    border-radius: 8px;
    background: #FFF;
    z-index: 99;
    overflow: hidden;
}
.online-rights-protection-modal .online-rights-protection-modal-content .modal-header {
    position: relative;
    padding: 0 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(234, 234, 234, 0.92);
}
.online-rights-protection-modal .online-rights-protection-modal-content .modal-header span {
    position: relative;
    color: #383838;
    font-size: 22px;
    font-weight: 600;
}
.online-rights-protection-modal .online-rights-protection-modal-content .modal-header span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 88px;
    height: 4px;
    background: #E60012;
}
.online-rights-protection-modal .online-rights-protection-modal-content .modal-header img {
    position: absolute;
    top: 6px;
    right: 24px;
    width: 19px;
    height: 19px;
    cursor: pointer;
}

.online-rights-protection-modal .online-rights-protection-modal-content .modal-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
    padding-top: 22px;
    border-top: 1px solid rgba(234, 234, 234, 0.92);
}
.online-rights-protection-modal .online-rights-protection-modal-content .modal-footer button {
    padding: 0 68px;
    height: 44px;
    line-height: 44px;
    border-radius: 22px;
    font-size: 20px;
    font-weight: 600;
    border: 1px solid transparent;
    outline: none;
    cursor: pointer;
}
.online-rights-protection-modal .online-rights-protection-modal-content .modal-footer .modal-reset {
    border: 1px solid rgba(234, 234, 234, 0.93);
    color: #383838;
    background: transparent;
}
.online-rights-protection-modal .online-rights-protection-modal-content .modal-footer .modal-submit {
    color: #FFF;
    background: linear-gradient(90deg, #E2007C 14.16%, #E30179 31%, #E5066F 43.76%, #E90E5F 55.18%, #EF1948 65.81%, #F7282B 75.81%, #F92C22 78.37%);
}

.online-rights-protection-modal .online-rights-protection-modal-content .modal-section {
    flex: 1;
    padding: 0 4px;
    margin: 16px 0;
    overflow: hidden;
}
.online-rights-protection-modal .online-rights-protection-modal-content .modal-section .form {
    padding: 0 19px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    overflow-y: auto;
    /* 修改滚动条的样式 */

}
.online-rights-protection-modal .online-rights-protection-modal-content .modal-section .form::-webkit-scrollbar {
    width: 8px; /* 宽度 */
    background-color: transparent; /* 背景颜色 */
}

/* 修改滚动条滑块的样式 */
.online-rights-protection-modal .online-rights-protection-modal-content .modal-section .form::-webkit-scrollbar-thumb {
    background-color: #D9D9D9; /* 滑块颜色 */
    border-radius: 4px; /* 滑块圆角 */
}


.online-rights-protection-modal .online-rights-protection-modal-content .modal-section .form-item {
    margin-bottom: 21px;
    width: 50%;
}
.online-rights-protection-modal .online-rights-protection-modal-content .modal-section .form-item:nth-child(odd) {
    padding-right: 13px;
}
.online-rights-protection-modal .online-rights-protection-modal-content .modal-section .form-item:nth-child(even) {
    padding-left: 13px;
}
.online-rights-protection-modal .online-rights-protection-modal-content .modal-section .form-item .form-label {
    margin-bottom: 12px;
}
.online-rights-protection-modal .online-rights-protection-modal-content .modal-section .form-item .form-label span {
    font-size: 16px;
    font-weight: 600;
}
.online-rights-protection-modal .online-rights-protection-modal-content .modal-section .form-item .form-label span:first-child {
    color: #E60012;
}
.online-rights-protection-modal .online-rights-protection-modal-content .modal-section .form-item .form-label span:last-child {
    color: #383838;
}
.online-rights-protection-modal .online-rights-protection-modal-content .modal-section .form-item .text,
.online-rights-protection-modal .online-rights-protection-modal-content .modal-section .form-item .textarea {
    background: #F7F8F8;
    height: 44px;
    padding: 0 16px;
    border-radius: 4px;
}
.online-rights-protection-modal .online-rights-protection-modal-content .modal-section .form-item .text input,
.online-rights-protection-modal .online-rights-protection-modal-content .modal-section .form-item .text textarea,
.online-rights-protection-modal .online-rights-protection-modal-content .modal-section .form-item .textarea input,
.online-rights-protection-modal .online-rights-protection-modal-content .modal-section .form-item .textarea textarea{
    width: 100%;
    height: 44px;
    outline: none;
    border-radius: 4px;
    background: transparent;
    border: none;
    font-size: 16px;
    font-family: "Microsoft YaHei", "Noto Sans SC";
}
.online-rights-protection-modal .online-rights-protection-modal-content .modal-section .form-item .text input::placeholder,
.online-rights-protection-modal .online-rights-protection-modal-content .modal-section .form-item .text textarea::placeholder,
.online-rights-protection-modal .online-rights-protection-modal-content .modal-section .form-item .textarea input::placeholder,
.online-rights-protection-modal .online-rights-protection-modal-content .modal-section .form-item .textarea textarea::placeholder {
    color: #878787;
    font-size: 16px;
    font-family: "Microsoft YaHei", "Noto Sans SC";
}

.online-rights-protection-modal .online-rights-protection-modal-content .modal-section .form-item .textarea {
    padding: 13px 16px;
    height: auto;
    font-size: 16px;
    font-family: "Microsoft YaHei", "Noto Sans SC";
}
.online-rights-protection-modal .online-rights-protection-modal-content .modal-section .form-item .textarea textarea {
    height: 99px;
    resize: none;
    font-size: 16px;
    /* 修改滚动条的样式 */
    font-family: "Microsoft YaHei", "Noto Sans SC";

}
.online-rights-protection-modal .online-rights-protection-modal-content .modal-section .form-item .textarea textarea::-webkit-scrollbar {
    width: 8px; /* 宽度 */
    background-color: transparent; /* 背景颜色 */
}

/* 修改滚动条滑块的样式 */
.online-rights-protection-modal .online-rights-protection-modal-content .modal-section .form-item .textarea textarea::-webkit-scrollbar-thumb {
    background-color: #D9D9D9; /* 滑块颜色 */
    border-radius: 4px; /* 滑块圆角 */
}


.online-rights-protection-modal .online-rights-protection-modal-content .modal-section .form-item .radio-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 35px;
    height: 44px;
}
.online-rights-protection-modal .online-rights-protection-modal-content .modal-section .form-item .radio {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.online-rights-protection-modal .online-rights-protection-modal-content .modal-section .form-item .radio .img {
    margin-right: 10px;
    width: 28px;
    height: 28px;
    border: 1px solid rgba(202, 202, 202, 1);
    background: rgba(247, 248, 248, 1);
    border-radius: 50%;

    /*.onlineRightsProtectionMale {*/
    /*    display: none;*/
    /*}*/
}
.online-rights-protection-modal .online-rights-protection-modal-content .modal-section .form-item .radio .img img {
    display: none;
    width: 28px;
    height: 28px;
}
.online-rights-protection-modal .online-rights-protection-modal-content .modal-section .form-item .radio .active {
    border: 1px solid transparent;

}
.online-rights-protection-modal .online-rights-protection-modal-content .modal-section .form-item .radio .active img {
    display: inline-block;
}
.online-rights-protection-modal .online-rights-protection-modal-content .modal-section .form-item .online-rights-protection-file-wrap {
    margin-bottom: 14px;

}
.online-rights-protection-modal .online-rights-protection-modal-content .modal-section .form-item .online-rights-protection-file-wrap .online-rights-protection-file-item {
    display: flex;
    align-items: center;
    padding: 10px 16px;
    border-radius: 4px;
    background: #F7F8F8;
    margin-bottom: 15px;

}
.online-rights-protection-modal .online-rights-protection-modal-content .modal-section .form-item .online-rights-protection-file-wrap .online-rights-protection-file-item:last-child {
    margin-bottom: 0;
}
.online-rights-protection-modal .online-rights-protection-modal-content .modal-section .form-item .online-rights-protection-file-wrap .online-rights-protection-file-item span {
    flex: 1;
    display: inline-block;
    margin: 0 16px;
    color: #353535;
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.online-rights-protection-modal .online-rights-protection-modal-content .modal-section .form-item .online-rights-protection-file-wrap .online-rights-protection-file-item .close {
    height: 24px;
    width: 24px;
    cursor: pointer;

}
.online-rights-protection-modal .online-rights-protection-modal-content .modal-section .form-item .online-rights-protection-file-wrap .online-rights-protection-file-item .close img {
    height: 24px;
    width: 24px;
}
.online-rights-protection-modal .online-rights-protection-modal-content .modal-section .form-item .online-rights-protection-file-wrap .online-rights-protection-file-item .icon {
    height: 24px;

}
.online-rights-protection-modal .online-rights-protection-modal-content .modal-section .form-item .online-rights-protection-file-wrap .online-rights-protection-file-item .icon img {
    height: 24px;
}
.online-rights-protection-modal .online-rights-protection-modal-content .modal-section .form-item .area-wrap {
    flex: 1;
    position: relative;
    margin-right: 10px;
}
.online-rights-protection-modal .online-rights-protection-modal-content .modal-section .form-item .problem-address {
    display: flex;
    align-items: center;
}
.online-rights-protection-modal .online-rights-protection-modal-content .modal-section .form-item .area-wrap:last-child {
    margin-right: 0;
}
.online-rights-protection-modal .online-rights-protection-modal-content .modal-section .form-item .choose-city-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
    height: 44px;
    border-radius: 4px;
    background: #F7F8F8;
    cursor: pointer;

}
.online-rights-protection-modal .online-rights-protection-modal-content .modal-section .form-item .choose-city-wrap span {
    display: inline-block;
    color: #383838;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.online-rights-protection-modal .online-rights-protection-modal-content .modal-section .form-item .choose-city-wrap span.placeholder {
    color: #878787;
    font-size: 16px;
    font-family: "Microsoft YaHei", "Noto Sans SC";
}
.online-rights-protection-modal .online-rights-protection-modal-content .modal-section .form-item .choose-city-wrap img {
    width: 16px;
}
.online-rights-protection-modal .online-rights-protection-modal-content .modal-section .form-item .choose-item {
    width: 100%;
    position: absolute;
    top: 50px;
    background: #FFFFFF;
    box-shadow: 0px 6px 8px rgba(205, 205, 205, 0.35);
    display: none;
    max-height: 300px;
    overflow-y: auto;
    z-index: 150;
    /* 修改滚动条的样式 */

}
.online-rights-protection-modal .online-rights-protection-modal-content .modal-section .form-item .choose-item::-webkit-scrollbar {
    width: 8px; /* 宽度 */
    background-color: transparent; /* 背景颜色 */
}

/* 修改滚动条滑块的样式 */
.online-rights-protection-modal .online-rights-protection-modal-content .modal-section .form-item .choose-item::-webkit-scrollbar-thumb {
    background-color: #D9D9D9; /* 滑块颜色 */
    border-radius: 4px; /* 滑块圆角 */
}
.online-rights-protection-modal .online-rights-protection-modal-content .modal-section .form-item .choose-item ul {

}
.online-rights-protection-modal .online-rights-protection-modal-content .modal-section .form-item .choose-item ul li {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #A2A1A1;
    padding-left: 20px;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.online-rights-protection-modal .online-rights-protection-modal-content .modal-section .form-item .choose-item ul li:hover {
    color: #FFFFFF;
    background-image: linear-gradient(to right, #E2007C, #F92C22);
}
.online-rights-protection-modal .online-rights-protection-modal-content .modal-section .form-item .choose-item ul li.liactive {
    color: #FFFFFF;
    background-image: linear-gradient(to right, #E2007C, #F92C22);
}

.online-rights-protection-modal .online-rights-protection-modal-content .modal-section .online-rights-protection-file-msg {
    color: #ff4d4f;
}
.online-rights-protection-modal .online-rights-protection-modal-content .modal-section .upload-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 118px;
    height: 118px;
    background: #FAFAFA;
    border: 1px dashed #D1D1D1;
    border-radius: 4px;
    cursor: pointer;

}
.online-rights-protection-modal .online-rights-protection-modal-content .modal-section .upload-wrap img {
    height: 39px;
    width: 39px;
}
.online-rights-protection-modal .online-rights-protection-modal-content .modal-section .go-on-upload-wrap {
    display: none;
    align-items: center;
    height: 34px;
    width: 133px;
    border-radius: 4px;
    border: 1px dashed #D1D1D1;
    background: #FAFAFA;
    padding: 0 16px;
    cursor: pointer;

}
.online-rights-protection-modal .online-rights-protection-modal-content .modal-section .go-on-upload-wrap img {
    margin-right: 15px;
    width: 13px;
    height: 13px;
}
.online-rights-protection-modal .online-rights-protection-modal-content .modal-section .go-on-upload-wrap span {
    color: #383838;
    font-size: 16px;
}
.online-rights-protection-modal .online-rights-protection-modal-content .modal-section .special-form-item {
    width: 100%;

}
.online-rights-protection-modal .online-rights-protection-modal-content .modal-section .special-form-item:nth-child(odd) {
    padding-right: 0;
}
.online-rights-protection-modal .online-rights-protection-modal-content .modal-section .special-form-item:nth-child(even) {
    padding-left: 0;
}
/* modal end */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.qa-item > div:last-of-type > span.displal-webkit-box {
    display: -webkit-box !important;
}
